$ pip install python-decouple
from decouple import config
DEBUG=False python manage.py
DEBUG = config('DEBUG', default=True, cast=bool)